ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiSelect<T> Class / Delay Property

In This Topic
    Delay Property (MultiSelect<T>)
    In This Topic
    Gets or sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed to update the filter. This property is relevant only when the ShowFilterInput property is set to true.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(500)>
    Public Property Delay As Integer
    [DefaultValue(500)]
    public int Delay {get; set;}
    Remarks
    The default value for this property is 500 milliseconds.
    See Also